ExecutionContextDestroyedEvent

data class ExecutionContextDestroyedEvent(executionContextId: ExecutionContextId) : Event

Issued when execution context is destroyed.

Constructors

ExecutionContextDestroyedEvent
Link copied to clipboard
fun ExecutionContextDestroyedEvent(executionContextId: ExecutionContextId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

executionContextId
Link copied to clipboard
val executionContextId: ExecutionContextId
Id of the destroyed context

Sources

jvm source
Link copied to clipboard